runtime.notifyList.lock (field)
10 uses
runtime (current package)
sema.go#L476: lock mutex
sema.go#L503: lockWithRank(&l.lock, lockRankNotifyList)
sema.go#L507: unlock(&l.lock)
sema.go#L527: goparkunlock(&l.lock, waitReasonSyncCondWait, traceBlockCondWait, 3)
sema.go#L546: lockWithRank(&l.lock, lockRankNotifyList)
sema.go#L556: unlock(&l.lock)
sema.go#L577: lockWithRank(&l.lock, lockRankNotifyList)
sema.go#L582: unlock(&l.lock)
sema.go#L613: unlock(&l.lock)
sema.go#L619: unlock(&l.lock)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |